Psigpending(2) Oct. 1, 1991 Psigpending(2) NAME Psigpending - determine which signals have been sent but not delivered SYNOPSIS LONG Psigpending(); DESCRIPTION Psigpending returns a bit mask containing the signals that have been sent to the calling process but not yet delivered (probably because they have blocked, either directly via Psigblock or Psigsetmask, or indirectly because of signal handling. RETURNS Bit n of the returned value is set if (and only if) signal number n is pending. SEE ALSO Psigblock(2), Psignal(2), Psigsetmask(2) Version 0.9 Last change: MiNT Programmer's Manual 1